home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
ppp.preinst
< prev
next >
Wrap
Text File
|
2008-10-15
|
173b
|
13 lines
#!/bin/sh -e
case "$1" in
install|upgrade)
if dpkg --compare-versions "$2" le "2.4.4b1-1"; then
rm -f /etc/init.d/ppp
update-rc.d ppp remove
fi
;;
esac